#include <gridpack/math/nonlinear_solver.hpp>
#include <gridpack/math/newton_raphson_solver_implementation.hpp>
Go to the source code of this file.
Classes | |
class | gridpack::math::NewtonRaphsonSolverT< T, I > |
Solve a system of nonlinear equations using the Newton-Raphson method in parallel. More... | |
Namespaces | |
namespace | gridpack |
namespace | gridpack::math |
Typedefs | |
typedef NewtonRaphsonSolverT < ComplexType > | gridpack::math::ComplexNewtonRaphsonSolver |
typedef NewtonRaphsonSolverT < RealType > | gridpack::math::RealNewtonRaphsonSolver |
typedef ComplexNewtonRaphsonSolver | gridpack::math::NewtonRaphsonSolver |